projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72830e8
)
(Finsert_file_contents): Remove unused variable `gap_size'.
author
Pavel Janík
<Pavel@Janik.cz>
Sun, 21 Oct 2001 13:28:46 +0000
(13:28 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sun, 21 Oct 2001 13:28:46 +0000
(13:28 +0000)
src/ChangeLog
patch
|
blob
|
history
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 24b5c9618ea4cb17ec272c1f8e0a62e926b8ff90..1e58b8a5b1e613956456819b8874039063f8f241 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
2001-10-21 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+ * fileio.c (Finsert_file_contents): Remove unused variable
+ `gap_size'.
+
* sysdep.c (init_sys_modes): Change doc-string comments to `new
style' [w/`doc:' keyword].
diff --git
a/src/fileio.c
b/src/fileio.c
index e48dbe657200818b3d53e4fe344dfc50aa1bb19e..7621559e4cdce44dd202a2458d0ac8659aba9f8c 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-3516,7
+3516,6
@@
actually used. */)
int replace_handled = 0;
int set_coding_system = 0;
int coding_system_decided = 0;
- int gap_size;
int read_quit = 0;
if (current_buffer->base_buffer && ! NILP (visit))